Skip to content

Conversation

@danielvilas
Copy link
Member

No description provided.

MartaEY and others added 30 commits November 10, 2025 22:52
añadir booleano menu para quitar soporte espacial
Daniel Vilas and others added 30 commits December 18, 2025 09:43
Resolved conflicts in src/index.ts:
- Kept ColorLegendConfig export for configurable color legend feature
- Merged new exports from dev: simpleDiv, DateSelectorFrame, DateFrameListener

Changes include:
- Add ColorLegendConfig and ColorLegendRange interfaces
- Add setColorLegend(), setCustomColorLegend(), hideColorLegend() methods
- Remove hardcoded HTML from colorLegend div
- Hide legend by default in showGraph()
- Update closeGraph() to use hideColorLegend()
Cambios realizados: AnemUI/Jenkinsfile (líneas 25-33)

  Antes:
  stage('Prepare Build') {
      steps {
          sh 'npm install'  // ❌ Sin credenciales
      }
  }

  Ahora:
  stage('Prepare Build') {
      environment {
          NEXUS_FILE = credentials('nexus_credential')
      }
      steps {
          sh 'cp $NEXUS_FILE .npmrc'  // ✅ Configurar credenciales PRIMERO
          sh 'npm install'
      }
  }
This reverts commit a284bdf.
Revert "fix nexus auth"
reforzado mapeo de soporte espacial ccaa/provincia
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants